home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Think Class Libraries / WASTE TCL 1.8 / WASTEEdit / WASTEEdit Prefix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-02  |  418 b   |  22 lines  |  [TEXT/MMCC]

  1. /****************************************************\
  2.     WASTEEdit Prefix.h
  3.     
  4.     Prefix for compiling WASTEEdit
  5.     
  6. \****************************************************/
  7.  
  8. #ifdef __powerc
  9. #include <CW TCLHeaders-PPC>
  10. #else
  11. #include <CW TCLHeaders-68K>
  12. #endif
  13.  
  14. // WASTE-TCL options
  15. #define WASTE_TABS
  16. #define WASTE_AUTO_TABS
  17. #define WASTE_OBJECT_ARCHIVE
  18.  
  19. // WASTE options
  20. #define WEFORCE_2BYTE   1
  21. #define WASTE_IC        1
  22.